ServiceUpdateItem Method (ItemId, PropertyPath, MessageDisposition) |
Updates the properties of an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId UpdateItem(
ItemId itemId,
PropertyPath propertyToDelete,
MessageDisposition messageDisposition
)
Public Function UpdateItem (
itemId As ItemId,
propertyToDelete As PropertyPath,
messageDisposition As MessageDisposition
) As ItemId
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to update. - propertyToDelete
- Type: Independentsoft.ExchangePropertyPath
The property to delete. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects.
Return Value
Type:
ItemIdA collection of update results for each of the specified items.
See Also